home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Golden Games / Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso / Adventurer's / Zorkmachine / zmachine.doc < prev    next >
Text File  |  1990-04-19  |  1KB  |  42 lines

  1. With zmachine you can play Interactive Fiction games of Infocom
  2. (NOT Interactive Fiction Plus!!!)
  3.  
  4. Usage:    zmachine [ -p protocolfile ] [ -w protocol linewith ]
  5.     [ -s storyfile ] [ -r restorefile ] [ <storyfile>.dat ]
  6.     [ <restorefile>.sav ]
  7.  
  8. -p protocolfile     : send output after script command to protocolfile
  9. -w protocol linewith: set protocol linewith to linewith
  10. -s storyfile        : use storyfile (only necessary if storyfile ends
  11.                       not with .dat)
  12. -r restorefile      : restore savefile restorefile before starting game
  13.                       (only necessary if restorefile ends not with .sav)
  14. <storyfile>.dat     : use storyfile.dat
  15. <restorefile>.sav   : restore restorefile.dat
  16.  
  17. If you call zmachine without arguments, it trys to open the file
  18. story.dat on the current working directory. If you call zmachine with a
  19. savefile argument only, it first tries to open a file with the name
  20. savefile.dat, then a file with the name story.dat.
  21.  
  22. Editing keys:
  23. If the TERMCAP-Entry for your terminal is complete, you can use the
  24. corresponding special keys on your keyboard;
  25.  
  26. Cursor left        :    ^B
  27. Cursor right        :    ^F
  28. Up in history        :    ^P
  29. Down in history        :    ^N
  30. Delete left        :    0x7f, 0x08
  31. Delete right         :    ^D
  32. Start of line        :    ^A
  33. End of line        :    ^E
  34. Kill to end of line    :    ^K
  35. Kill to start of line    :    ^X
  36. Program function key    :    ^I (TAB)
  37. Undo            :    ^Y
  38. Function key 0-9    :    ^X0 - ^X9
  39.  
  40.  
  41. Bug reports to leo@marco.UUCP
  42.